<name>Perimedina</name>
<profession>Magicker</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <reply>
      <if><gold>3000</gold></if>
      <text>It is said that a Vampire Cloak not only keeps you warm, but does wonders for the soul. It is unfortunate that one rarely finds one without an owner.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>300</gold></if>
      <text>It is truely amazing what one can do with gold metal.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>I don't want to see you leave with nothing. An empty scroll, perhaps?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What good is an empty scroll?</text>
      <npc>
        <reply>
          <text>Can you not already see the contours of a magnificent spell on it? Those who are skilled at learning, will know how to imprint one. And while it may be a drain now, later you'll be thankful that you thought of it before danger struck, instead of after.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Impress us with your best work, Lady Centaur.</text>
      <npc>
        <reply>
          <if><hour>!8</hour></if>
          <text>There will be time for that when the clock strikes eight, [gender].</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>20</hour></if>
          <text>Come morning I will show you all our miracles, [gender].</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>As I live and breathe, splendid customers, come in, come in!</text>
          <script><shop>Miracles on the Mountain</shop></script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Alas, dear lady, we have to leave. Adventure awaits!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>